scenario A–> isolating the effect of swordfish weightings (5 runs, weightings are the same for both algorithms)

weightings <-c(0,0,0,0,0.1) #run A.1
weightings <-c(0,0,0,0,0.3) #run A.2
weightings <-c(0,0,0,0,0.5) #run A.3
weightings <-c(0,0,0,0,0.7) #run A.4
weightings <-c(0,0,0,0,0.9) #run A.5

Including Plots

You can also embed plots, for example:

Note that the echo = FALSE parameter was added to the code chunk to prevent printing of the R code that generated the plot.